home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8133 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.microsoft.com!news
  2. From: a-cnadc@microsoft.com (Dann Corbit)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: pc lint
  5. Date: 1 Mar 1996 19:11:24 GMT
  6. Organization: Microsoft Corporation
  7. Distribution: world
  8. Message-ID: <4h7i4s$smd@news.microsoft.com>
  9. References: <8BBE3E4.1085000D6D.uuout@dkb.dk>
  10. NNTP-Posting-Host: 157.57.171.202
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.93.14
  13.  
  14. In article <8BBE3E4.1085000D6D.uuout@dkb.dk>, ro@dkb.dk says...
  15. >
  16. >I have linted my modules using the -u option of pc lint. Now I want to 
  17. >lint all my files. The manual states
  18. >    lint 1.c 2.c 3.c
  19. >    
  20. >My problem is that I have 70-80 source files, I cannot write all these 
  21. >within the 128 character DOS line limit.
  22. >    
  23. >    Any help will be greatly appreciated.
  24. >    
  25. >    If possible, please mail answer to me directly as well as to this 
  26. >news group.
  27. Lint *.c
  28. -- 
  29. The opinions expressed in this message are my own personal views
  30. and do not reflect the official views of Microsoft Corporation.
  31. In fact, I'm just a subcontractor, not an employee, so pull in your claws.
  32.  
  33.